home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 35 / PC Gamer IT CD 35 1-2.iso / UADEMO / MSUADEMO.EXE / CABFILE / IDR_CABFILE / DATA / SCRIPTS / INETROBO.SCR < prev    next >
Text File  |  1998-07-24  |  19KB  |  498 lines

  1. ;-----------------------------------------------------------------------------------------------
  2. ;           INTERNETZWERKROBOS
  3. ;           (C) 1996-1998        B.Beyreuther / A.Flemming / A.Weissflog
  4. ;-----------------------------------------------------------------------------------------------
  5. new_vehicle 56
  6.              model          =       robo
  7.              name           =       STATION_USR
  8.             energy          =       5000000                ; WIRD DIESER WERT DANN â–„BERSCHRIEBEN ????
  9.             shield          =       85    ; 60
  10.             mass            =       10000.0
  11.             force           =       40000.0
  12.             maxrot          =       1.0
  13.             airconst        =       200.0
  14.             height          =       200.0
  15.             radius          =       200.0           ; siehe auch Robo-Extension-Attrs weiter unten
  16.             overeof         =       150.0
  17.             vwr_radius      =       200.0
  18.             vwr_overeof     =       100.0
  19.             radar           =       3
  20.         
  21.             vp_normal       =       115                     ; siehe visproto.lst
  22.             vp_fire         =       115
  23.             vp_megadeth     =       141                     ;
  24.             vp_wait         =       115
  25.             vp_dead         =       8               ;             
  26.             vp_genesis      =       312
  27.  
  28.             type_icon       =       Q
  29.  
  30.             pal_build_slot          =       7
  31.             pal_build_time          =       1000
  32.             shk_build_slot          =       1
  33.             shk_build_time          =       3000
  34.  
  35.             pal_beamin_slot                 =       7               ; INVERSE / TUERKIS
  36.             pal_beamin_time                 =       2300            ; ca. 2 Sekunden (= genau wies Sample )
  37.             pal_beamin_mag0         =       0.0
  38.             pal_beamin_mag1         =       2.0
  39.             shk_beamin_slot         =       1
  40.             shk_beamin_mag0 =       0
  41.             shk_beamin_mag1 =       2       
  42.             shk_beamin_time         =       2300    
  43.  
  44.             pal_beamout_slot        =       7               
  45.             pal_beamout_time        =       1000            ; ca. 1 Sekunde
  46.             pal_beamout_mag0        =       2.0
  47.             pal_beamout_mag1        =       0.0
  48.             shk_beamout_slot        =       1
  49.             shk_beamout_mag0        =       0
  50.             shk_beamout_mag1        =       2       
  51.             shk_beamout_time        =       1000    
  52.  
  53.             pal_explode_slot                        =       4
  54.             pal_explode_mag0                =       5
  55.             pal_explode_mag1                =       0
  56.             pal_explode_time                        =       1500
  57.  
  58.             shk_explode_slot                        =       1
  59.             shk_explode_mag0                =       2
  60.             shk_explode_mag1                =       0
  61.             shk_explode_time                =       5000
  62.             shk_explode_mute                =       0.02
  63.  
  64.             dest_fx = death_122_0_0_0                       ; SCALERING
  65.  
  66.             dest_fx = death_47_0_-5_0       
  67.             dest_fx = death_87_-20_0_40
  68.             dest_fx = death_44_50_0_20
  69.             dest_fx = death_87_0_0_0        
  70.             dest_fx = death_43_-20_0_-30 
  71.             dest_fx = death_81_-25_-2_-30
  72.             dest_fx = death_88_+30_-2_-50
  73.             dest_fx = death_40_5_-5_5       
  74.             dest_fx = death_41_-10_10_-10
  75.             dest_fx = death_42_5_-5_-12
  76.             dest_fx = death_45_1_2_3        
  77.             dest_fx = death_46_7_-7_-23 
  78.             dest_fx = death_82_-5_2_3
  79.             dest_fx = death_84_30_2_-5
  80.             dest_fx = death_84_13_-15_30
  81.         
  82.  
  83.         robo_data_slot                  =       0
  84.  
  85.         robo_viewer_x           =       0.0             ; Die ROBO-Kamera
  86.         robo_viewer_y           =       140.0
  87.         robo_viewer_z           =       125.0
  88.         robo_viewer_max_up      =       0.4
  89.         robo_viewer_max_down    =       1.2
  90.         robo_viewer_max_side    =       3.5
  91.  
  92.  
  93.         robo_dock_x             =       0
  94.         robo_dock_y             =       80
  95.         robo_dock_z             =       0
  96.  
  97.  
  98.         robo_coll_num           =       6
  99.  
  100.  
  101.         robo_coll_act                   =       0
  102.         robo_coll_x                     =       0
  103.         robo_coll_y                     =       -50
  104.         robo_coll_z                     =       0
  105.         robo_coll_radius        =       240
  106.  
  107.  
  108.         robo_coll_act                   =       1
  109.         robo_coll_x                     =       0
  110.         robo_coll_y                     =       -90
  111.         robo_coll_z                     =       0
  112.         robo_coll_radius        =       100
  113.  
  114.         robo_coll_act                   =       2
  115.         robo_coll_x                     =       0
  116.         robo_coll_y                     =       -200
  117.         robo_coll_z                     =       0
  118.         robo_coll_radius        =       50
  119.  
  120.         robo_coll_act                   =       3
  121.         robo_coll_x                     =       0
  122.         robo_coll_y                     =       -250
  123.         robo_coll_z                     =       0
  124.         robo_coll_radius        =       50
  125.  
  126.         robo_coll_act                   =       4
  127.         robo_coll_x                     =       0
  128.         robo_coll_y                     =       -300
  129.         robo_coll_z                     =       0
  130.         robo_coll_radius        =       50
  131.  
  132.         robo_coll_act                   =       5
  133.         robo_coll_x                     =       0
  134.         robo_coll_y                     =       -350
  135.         robo_coll_z                     =       0
  136.         robo_coll_radius        =       40
  137.  
  138.        robo_num_guns           =           1
  139.         robo_act_gun                =           0               ; Richtige Flak
  140.         robo_gun_pos_x      =     0.0
  141.         robo_gun_pos_y      =     -390.0
  142.         robo_gun_pos_z      =     0
  143.         robo_gun_dir_x          =     0.0        ; guckt nach vorn
  144.         robo_gun_dir_y          =     0.0
  145.         robo_gun_dir_z          =     1.0    
  146.         robo_gun_type       =           159             
  147.         robo_gun_name        =           FLAK1
  148.  
  149. end 
  150.  
  151. new_vehicle     57
  152.         model           =       robo
  153.         name            =       GHORKOV
  154.  
  155.         robo_does_twist
  156.         robo_does_flux
  157.  
  158.         energy          =       5000000
  159.         shield          =       85    ; 60
  160.         mass            =       10000.0
  161.         force           =       40000.0
  162.         maxrot          =       1.0
  163.         airconst        =       200.0
  164.         height          =       340.0
  165.         radius          =       250.0           ; siehe auch Robo-Extension-Attrs weiter unten
  166.         overeof         =       150.0
  167.         vwr_radius      =       200.0
  168.         vwr_overeof     =       100.0
  169.         radar           =       3
  170.  
  171.         vp_normal       =       126                     ; siehe visproto.lst
  172.         vp_fire         =       36
  173.         vp_megadeth     =       22                      ; dummy.base, nix zu sehen
  174.         vp_wait         =       115
  175.         vp_dead         =       2                       ; dummy.base, nix zu sehen
  176.         vp_genesis      =       313
  177.         type_icon       =     X
  178.  
  179.  
  180.  
  181.     pal_beamin_slot         =     7        ; INVERSE / TUERKIS
  182.     pal_beamin_time         =     2300        ; ca. 2 Sekunden (= genau wies Sample )
  183.     pal_beamin_mag0     =     0.0
  184.     pal_beamin_mag1     =     2.0
  185.     shk_beamin_slot        =    1
  186.     shk_beamin_mag0    =    0
  187.     shk_beamin_mag1    =    2    
  188.     shk_beamin_time        =    2300    
  189.  
  190.     pal_beamout_slot     =     7        
  191.     pal_beamout_time     =     1000        ; ca. 1 Sekunde
  192.     pal_beamout_mag0     =     2.0
  193.     pal_beamout_mag1     =     0.0
  194.     shk_beamout_slot    =    1
  195.     shk_beamout_mag0    =    0
  196.     shk_beamout_mag1    =    2    
  197.     shk_beamout_time    =    1000    
  198.  
  199.         pal_explode_slot                        =       4
  200.         pal_explode_mag0                =       5
  201.         pal_explode_mag1                =       0
  202.         pal_explode_time                        =       1500
  203.  
  204.         shk_explode_slot                        =       1
  205.         shk_explode_mag0                =       2
  206.         shk_explode_mag1                =       0
  207.         shk_explode_time                =       5000
  208.         shk_explode_mute                =       0.02
  209.  
  210.         dest_fx = death_47_0_-5_0       
  211.         dest_fx = death_85_-20_0_40
  212.         dest_fx = death_42_50_0_20
  213.         dest_fx = death_87_0_0_0        
  214.         dest_fx = death_43_-20_0_-30 
  215.         dest_fx = death_81_-25_-2_-30
  216.         dest_fx = death_40_+30_-2_-50
  217.         dest_fx = death_40_35_-5_0
  218.         dest_fx = death_40_5_-5_5       
  219.         dest_fx = death_40_-10_10_-10
  220.         dest_fx = death_40_5_-5_-12
  221.         dest_fx = death_41_1_2_3        
  222.         dest_fx = death_41_7_-7_-23 
  223.         dest_fx = death_41_-5_2_3
  224.         dest_fx = death_41_30_2_-5
  225.  
  226.  
  227.         robo_data_slot                  =       1
  228.         
  229.         robo_viewer_x           =       0.0             ; Die ROBO-Kamera
  230.         robo_viewer_y           =       220.0
  231.         robo_viewer_z           =       0.0
  232.         robo_viewer_max_up      =       0.0
  233.         robo_viewer_max_down    =       1.4
  234.         robo_viewer_max_side    =       3.7
  235.  
  236.        
  237.  
  238.         robo_dock_x             =       0       ; Mal sehn...
  239.         robo_dock_y             =       0
  240.         robo_dock_z             =       0
  241.  
  242.  
  243.         robo_coll_num           =       6
  244.  
  245.         robo_coll_act                   =       0
  246.         robo_coll_x                     =       0
  247.         robo_coll_y                     =       -50
  248.         robo_coll_z                     =       0
  249.         robo_coll_radius        =       200     
  250.  
  251.         robo_coll_act                   =       1
  252.         robo_coll_x                     =       -180
  253.         robo_coll_y                     =       -50
  254.         robo_coll_z                     =       100
  255.         robo_coll_radius        =        0
  256.  
  257.         robo_coll_act                   =       2
  258.         robo_coll_x                     =       180
  259.         robo_coll_y                     =       -50
  260.         robo_coll_z                     =       100
  261.         robo_coll_radius        =       0
  262.  
  263.         robo_coll_act                   =       3
  264.         robo_coll_x                     =       0
  265.         robo_coll_y                     =       50
  266.         robo_coll_z                     =       180
  267.         robo_coll_radius        =       0
  268.  
  269.         robo_coll_act                   =       4
  270.         robo_coll_x                     =       90
  271.         robo_coll_y                     =       -25
  272.         robo_coll_z                     =       140
  273.         robo_coll_radius        =       0
  274.  
  275.         robo_coll_act                   =       5
  276.         robo_coll_x                     =       90
  277.         robo_coll_y                     =       25
  278.         robo_coll_z                     =       140
  279.         robo_coll_radius        =       0
  280.  
  281.         robo_num_guns           =           1
  282.         robo_gun_pos_x      =     0
  283.         robo_gun_pos_y      =     -300.0
  284.         robo_gun_pos_z      =     100
  285.         robo_gun_dir_x          =     0.0
  286.         robo_gun_dir_y          =    0.0
  287.         robo_gun_dir_z          =     1.0
  288.         robo_gun_type            =           161
  289.         robo_gun_name         =           FLAK1
  290. end
  291.  
  292. new_vehicle     58
  293.         model           =       robo
  294.         name            =       MYKONIAC
  295.  
  296.         robo_does_twist
  297.         robo_does_flux
  298.  
  299.         energy          =       10000
  300.         shield          =       85    ; 60
  301.         mass            =       10000.0
  302.         force           =       40000.0
  303.         maxrot          =       2.0
  304.         airconst        =       200
  305.         height          =       400
  306.         radius          =       250             ; siehe auch Robo-Extension-Attrs weiter unten
  307.         overeof         =       250
  308.         radar           =       3
  309.  
  310.         vp_normal       =       127                     ; laut visproto.lst
  311.         vp_fire         =       127                     ; Kein extra FIR-Zustand
  312.         vp_megadeth     =       129                     ; Aufschlag
  313.         vp_wait         =       127                     ; Kein extra WAIT-Zustand
  314.         vp_dead         =       128                     ; EXPLOSION    
  315.         vp_genesis      =       314                  
  316.         type_icon       =    Y
  317.  
  318.  
  319.     pal_beamin_slot         =     7        ; INVERSE / TUERKIS
  320.     pal_beamin_time         =     2300        ; ca. 2 Sekunden (= genau wies Sample )
  321.     pal_beamin_mag0     =     0.0
  322.     pal_beamin_mag1     =     2.0
  323.     shk_beamin_slot        =    1
  324.     shk_beamin_mag0    =    0
  325.     shk_beamin_mag1    =    2    
  326.     shk_beamin_time        =    2300    
  327.  
  328.     pal_beamout_slot     =     7        
  329.     pal_beamout_time     =     1000        ; ca. 1 Sekunde
  330.     pal_beamout_mag0     =     2.0
  331.     pal_beamout_mag1     =     0.0
  332.     shk_beamout_slot    =    1
  333.     shk_beamout_mag0    =    0
  334.     shk_beamout_mag1    =    2    
  335.     shk_beamout_time    =    1000    
  336.  
  337.  
  338.         pal_explode_slot                        =       2       ; BLAU
  339.         pal_explode_mag0                =       5
  340.         pal_explode_mag1                =       0
  341.         pal_explode_time                        =       1500
  342.  
  343.         shk_explode_slot                        =       1
  344.         shk_explode_mag0                =       2
  345.         shk_explode_mag1                =       0
  346.         shk_explode_time                =       5000
  347.         shk_explode_mute                =       0.02
  348.  
  349.         dest_fx = death_47_20_0_0       
  350.         dest_fx = death_85_-20_0_40
  351.         dest_fx = death_42_50_0_20
  352.         dest_fx = death_87_0_0_0        
  353.         dest_fx = death_43_-20_0_-30 
  354.         dest_fx = death_81_-25_-2_-30
  355.         dest_fx = death_40_5_-50_5      
  356.         dest_fx = death_41_-10_10_-10
  357.         dest_fx = death_40_5_-50_-12
  358.         dest_fx = death_40_1_20_3       
  359.         dest_fx = death_40_7_-30_-23 
  360.         dest_fx = death_82_-5_20_3
  361.         dest_fx = death_117_30_20_-5
  362.  
  363.  
  364.         robo_data_slot                  =       2
  365.  
  366.         robo_viewer_x           =       0.0             ; Die ROBO-Kamera
  367.         robo_viewer_y           =       350.0
  368.         robo_viewer_z           =       0.0
  369.         robo_viewer_max_up      =       0.0
  370.         robo_viewer_max_down    =       1.4
  371.         robo_viewer_max_side    =       3.6
  372.  
  373.         robo_dock_x             =       0
  374.         robo_dock_y             =       0
  375.         robo_dock_z             =       0
  376.  
  377.         robo_coll_num     =           1
  378.         robo_coll_act    =           0
  379.         robo_coll_x        =           0
  380.         robo_coll_y        =           0
  381.         robo_coll_z       =           0
  382.         robo_coll_radius            =           450    ; 350     
  383.  
  384.  
  385.         robo_num_guns            =           1
  386.         robo_act_gun              =           0
  387.         robo_gun_pos_x            =           0    ; 0
  388.         robo_gun_pos_y        =           -500    ;  200
  389.         robo_gun_pos_z       =           0    ; 0
  390.         robo_gun_dir_x      =           1
  391.         robo_gun_dir_y       =           0
  392.         robo_gun_dir_z          =           1
  393.         robo_gun_type         =           162
  394.         robo_gun_name            =           FLAK1 
  395.  
  396. end 
  397.  
  398. new_vehicle     60
  399.         model           =       robo
  400.         name            =       TAERCAST
  401.         energy          =       5000000
  402.         shield          =       85    ; 60
  403.         mass            =       10000.0
  404.         force           =       40000.0
  405.         maxrot          =       1.0
  406.         airconst                =       200.0
  407.         height          =       350.0
  408.         radius          =       150.0           ; siehe auch Robo-Extension-Attrs weiter unten
  409.         overeof                 =       150.0
  410.         vwr_radius      =       200.0
  411.         vwr_overeof     =       100.0
  412.         radar           =       3
  413.  
  414.         vp_normal       =       36              ; siehe visproto.lst
  415.         vp_fire         =       36
  416.         vp_megadeth     =       38              ; im Moment noch nix zu sehen
  417.         vp_wait         =       37
  418.         vp_dead         =       39              ; im Moment noch nix zu sehen
  419.         vp_genesis      =       315
  420.  
  421.         type_icon       =       1
  422.  
  423.     pal_beamin_slot         =     7        ; INVERSE / TUERKIS
  424.     pal_beamin_time         =     2300        ; ca. 2 Sekunden (= genau wies Sample )
  425.     pal_beamin_mag0     =     0.0
  426.     pal_beamin_mag1     =     2.0
  427.     shk_beamin_slot        =    1
  428.     shk_beamin_mag0    =    0
  429.     shk_beamin_mag1    =    2    
  430.     shk_beamin_time        =    2300    
  431.  
  432.     pal_beamout_slot     =     7        
  433.     pal_beamout_time     =     1000        ; ca. 1 Sekunde
  434.     pal_beamout_mag0     =     2.0
  435.     pal_beamout_mag1     =     0.0
  436.     shk_beamout_slot    =    1
  437.     shk_beamout_mag0    =    0
  438.     shk_beamout_mag1    =    2    
  439.     shk_beamout_time    =    1000    
  440.  
  441.         pal_explode_slot                        =       4       ; invdark
  442.         pal_explode_mag0                =       5
  443.         pal_explode_mag1                =       0
  444.         pal_explode_time                        =       1500
  445.  
  446.         shk_explode_slot                        =       1
  447.         shk_explode_mag0                =       2
  448.         shk_explode_mag1                =       0
  449.         shk_explode_time                =       5000
  450.         shk_explode_mute                =       0.02
  451.  
  452.         dest_fx = death_47_20_0_0       
  453.         dest_fx = death_82_-20_0_40
  454.         dest_fx = death_82_50_0_20
  455.         dest_fx = death_83_0_0_0        
  456.         dest_fx = death_83_-20_0_-30 
  457.         dest_fx = death_84_-25_-2_-30
  458.         dest_fx = death_44_35_-5_0
  459.         dest_fx = death_41_5_-50_5      
  460.         dest_fx = death_41_-10_10_-10
  461.         dest_fx = death_82_5_-5_-12
  462.         dest_fx = death_40_1_2_3        
  463.         dest_fx = death_84_7_-3_-23 
  464.         dest_fx = death_82_-5_2_3
  465.         dest_fx = death_41_30_2_-5
  466.  
  467.         robo_data_slot          =       3
  468.         robo_viewer_x           =       0.0             ; Die ROBO-Kamera
  469.         robo_viewer_y           =       145.0
  470.         robo_viewer_z           =       0.0
  471.         robo_viewer_max_up      =       0.0
  472.         robo_viewer_max_down    =       1.4
  473.         robo_viewer_max_side    =       3.6
  474.         robo_dock_x             =       0
  475.         robo_dock_y             =       80
  476.         robo_dock_z             =       0
  477.  
  478.         robo_coll_num           =       1
  479.  
  480.         robo_coll_act                   =       0
  481.         robo_coll_x                     =       0
  482.         robo_coll_y                     =       0
  483.         robo_coll_z                     =       0
  484.         robo_coll_radius        =       300     
  485.  
  486.         robo_num_guns           =           1
  487.         robo_act_gun                        =           0      
  488.         robo_gun_pos_x              =           100
  489.         robo_gun_pos_y              =           -250        ; 100
  490.         robo_gun_pos_z              =           100
  491.         robo_gun_dir_x                  =           0
  492.         robo_gun_dir_y                  =           0
  493.         robo_gun_dir_z                  =           1
  494.         robo_gun_type                   =           160
  495.  
  496. end 
  497.  
  498. include data:scripts/netrflak.scr              ; die USER ROBO Flak stark stellen